home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gFromWhere
- RodarPrograma("c:\windows\explorer.exe " & gFromWhere & "cliparts")
- end
-
- on mouseEnter me
- cursor(280)
- set the visible of sprite 40 to 1
- end
-
- on mouseLeave me
- cursor(-1)
- set the visible of sprite 40 to 0
- end
-